home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk71 / prtpic / prtpic.doc < prev    next >
Text File  |  1995-03-19  |  3KB  |  77 lines

  1. prtpic -- A CLI IFF picture printing utility by Brian Conrad
  2. ============================================================
  3.  
  4. The program is freely distributable as long as this notice is
  5. included with the file.
  6.  
  7.  Prtpic does not display the picture it is printing and therefore
  8. doesn't use up any CHIP memory.  It does however require the 1.3
  9. printer drivers.  It also excepts multiple filenames and/or
  10. wildcards for filenames.
  11.  
  12. Syntax:
  13.   prtpic [-n] [-f] [-c width height] [-m] filelist
  14.  
  15.  The -n option turns OFF the formfeed after printing each picture.
  16. This can be useful if you are creating a collage of many picture
  17. files.
  18.  
  19.  The -f option prints the picture to the FULL dimension possible of
  20. the printer's limits or configuration limit, whichever is less.
  21.  
  22.  The -c option prints the picture the specified width and height in
  23. printer dots.  If no width and height is specified then the
  24. dimenisions of the IFF file are used.  This can be useful if you are
  25. printing a black and white picture and you want a pixel to dot
  26. printout.
  27.  
  28.  Example: prtpic -c 400 200 mypic
  29.   
  30.  The -m option turns offs centering.
  31.  
  32.  The default mode of prtpic is to print the picture in full aspect
  33. ratio with the picture centered.
  34.  
  35.  Printing may be aborted by pressing CTRL-C.
  36.  
  37.  Wildcard uses the asterisk to specify any number of characters and
  38. the question mark to wildcard one character:
  39.  
  40.   *.pic will print flower.pic bugs.pic but not bugs.arc
  41.  
  42.   brush?.p will print brush1.p brush2.p but not brush.p
  43.  
  44.  
  45.  Several people have been requesting this utility over the last few
  46. months on some of the nets and I was suprised that no one wrote one
  47. so decided to write one up using some existing files I had around
  48. here.  Prtpic owes it's existance to contributions by:
  49.  
  50.   Bill Joyce -- for his source code to 'strings' for implementation
  51.     of Matt Dillon's wildcard routines.
  52.  
  53.   Matt Dillon for his "mattwild" wildcard routines.
  54.  
  55.   Jim Kent -- for simplifying the complex EA IFF code to something
  56.     "human scale".  Jiff.c used as a model for my own IFF parising
  57.     code.
  58.  
  59.   Carolyn Scheppner -- for some nice printer modules in Amiga Mail.
  60.  
  61.   Bryce Nesbitt -- for his FlushDevice code in Amiga Mail.
  62.     Yes, prtpic is friendly to other programs because it figures out
  63.     whether you were using the serial.device (as in an Apple
  64.     Imagewriter) or parallel.device (as in about everything else)
  65.     and then removes just that device when you abort printing.
  66.     Removing these devices is necessary to make the abort work
  67.     correctly.
  68.  
  69.  ToDo's -- I might also add an icon and the ability to select files
  70.   via clicking on icons so that this utility could also be used from
  71.   WorkBench.
  72.  
  73. Brian Conrad  PLINK/BIX: BCONRAD GENIE: BDCONRAD
  74. P.O. Box 62
  75. Touchet, WA 99360
  76.  
  77. May 15th,